func net/http.http2asciiEqualFold

8 uses

	net/http (current package)
		h2_bundle.go#L67: func http2asciiEqualFold(s, t string) bool {
		h2_bundle.go#L7078: 		if http2asciiEqualFold(k, "content-length") ||
		h2_bundle.go#L7079: 			http2asciiEqualFold(k, "content-encoding") ||
		h2_bundle.go#L7080: 			http2asciiEqualFold(k, "trailer") ||
		h2_bundle.go#L7081: 			http2asciiEqualFold(k, "te") ||
		h2_bundle.go#L7082: 			http2asciiEqualFold(k, "expect") ||
		h2_bundle.go#L7083: 			http2asciiEqualFold(k, "host") {
		h2_bundle.go#L9790: 	if cs.requestedGzip && http2asciiEqualFold(res.Header.Get("Content-Encoding"), "gzip") {